DestinationPath Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncEvent.DestinationPath Property

Specifies a list of places to send the event.


[Visual Basic]
Public Property DestinationPath As String

[C#]
public String DestinationPath {get; set;}

[C++]
HRESULT get_DestinationPath(
   BSTR* retval
);
HRESULT put_DestinationPath(
   BSTR val
);

Remarks

The default value for this attribute is the repeated capability name.

See Also

IIviLxiSyncEvent Interface | IIviLxiSyncEvent Members | Ivi.LxiSync.Interop Namespace